| 名前 | 解説 | |
|---|---|---|
![]()  | Matrix<T> コンストラクタ | オーバーロードされます。 | 
Matrix<T>データ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]()  | Matrix<T> コンストラクタ | オーバーロードされます。 | 
| 名前 | 解説 | |
|---|---|---|
![]()  | Columns | Get the vectors from the column direction. | 
![]()  | Elements | Gets the elements of the matrix. | 
![]()  | Height | Get the row number of the matrix. | 
![]()  | IsIdentity | Gets a value indicating whether this Matrix object is the identity matrix. | 
![]()  | Item | Gets or sets the value of element at special location. | 
![]()  | Rows | Get the vectors from the row direction.. | 
![]()  | Value | Gets the value of the current matrix. | 
![]()  | Width | Get the column number of the matrix. | 
| 名前 | 解説 | |
|---|---|---|
![]()  | Add | Adds a speical Matrix to this Matrix. | 
![]()  | Clone | Create a new object that is a copy of this Matrix. | 
![]()  | Equals | Determines whether the specified System.Object is equal to the current System.Object. | 
![]()  | GetHashCode | Serves as a hash function for a particular type. System.Object.GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. | 
![]()  | LeftMultiply | Left multiply a speical Matrix to this Matrix. | 
![]()  | RightMultiply | Right multiply a speical Matrix to this Matrix. | 
![]()  | ToString | Returns a string that represents the current matrix. | 
![]() ![]()  | Transpose | オーバーロードされます。 Defines the transpose operator for Matrix class. | 
  加算演算子  | Defines the + operator for Matrix class. | 
  等価判定演算子  | Defines the == operator for vector. | 
  明示的 キャスト 演算子  | Use the explicit convertion to get a value of matrix. | 
  等しくないか判定する演算子  | Defines the == operator for vector. | 
  乗算  | Defines the * operator for Matrix class. | 
  減算演算子  | Defines the binary - operator for Matrix class. | 
  マイナス符号  | Defines the binary - operator for Matrix class. |